-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
ofTrueTypeFont mesh insert at once #8432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'm loving to look at the errors here: ofIndexType is an alias to TESSIndex. does it need to be? |
|
@dimitre there is definitely a historical reason for ofIndexType being TESSIndex - something with max buffer sizes on memory constrained devices? |
|
@dimitre def feel free to merge. |
|
the idea at the time was to optimize tiny things on the core, like addVertices to resize memory allocation once. |
No description provided.